Road Map to QuickTime 3
This chapter describes the tween media handler. The tween media handler uses data from tween tracks to modify the playback of other tracks. It does this by sending values to other media handlers; it never presents data directly. A tween track is used exclusively as a modifier track. For an introduction to modifier tracks, see Movie Toolbox: Creating and Saving.
Modifier data from a tween track is generated by algorithm. It requires only a start value and an end value to be specified. The intermediate values are generated automatically, typically by linear interpolation. To generate the intermediate values, the tween media handler invokes a tween component (or native QuickTime code). For more information, see Tween Components.
About the Tween Media HandlerQuickTime 3 Reference gives a brief overview of the tween media handler.
Using the Tween Media HandlerQuickTime 3 Reference describes how to create a tween track and how to connect a tween track to the input map of the track(s) it will modify. Detailed code examples are provided.
ConstantsQuickTime 3 Reference defines a QT atom type used for mapping a tween to the receiving track of a movie.